home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFCONVERT / TFCONVERT.txt < prev   
Encoding:
Text File  |  2005-11-17  |  24.9 KB  |  894 lines

  1. object FConvert: TFConvert
  2.   Left = 294
  3.   Top = 327
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Convert'
  7.   ClientHeight = 173
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 201
  11.   Constraints.MaxWidth = 480
  12.   Constraints.MinHeight = 200
  13.   Constraints.MinWidth = 480
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'Tahoma'
  18.   Font.Style = []
  19.   KeyPreview = True
  20.   OldCreateOrder = False
  21.   Position = poDefault
  22.   Scaled = False
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object gProgress: TbsSkinGauge
  28.     Left = 30
  29.     Top = 33
  30.     Width = 323
  31.     Height = 21
  32.     TabOrder = 3
  33.     Visible = False
  34.     SkinData = SkinDataModule.SkinData
  35.     SkinDataName = 'gaugelight'
  36.     DefaultFont.Charset = DEFAULT_CHARSET
  37.     DefaultFont.Color = clWindowText
  38.     DefaultFont.Height = 13
  39.     DefaultFont.Name = 'Tahoma'
  40.     DefaultFont.Style = []
  41.     DefaultWidth = 0
  42.     DefaultHeight = 0
  43.     UseSkinFont = False
  44.     VisibleOnlyIfWork = False
  45.     ShowProgressText = True
  46.     ShowPercent = False
  47.     MinValue = 0
  48.     MaxValue = 100
  49.     Value = 0
  50.     Vertical = False
  51.   end
  52.   object bCancel: TbsSkinButton
  53.     Left = 385
  54.     Top = 46
  55.     Width = 75
  56.     Height = 24
  57.     TabOrder = 1
  58.     SkinData = SkinDataModule.SkinData
  59.     SkinDataName = 'buttonlight'
  60.     DefaultFont.Charset = DEFAULT_CHARSET
  61.     DefaultFont.Color = clWindowText
  62.     DefaultFont.Height = 14
  63.     DefaultFont.Name = 'Arial'
  64.     DefaultFont.Style = []
  65.     DefaultWidth = 0
  66.     DefaultHeight = 0
  67.     UseSkinFont = True
  68.     AllowAllUp = False
  69.     TabStop = True
  70.     CanFocused = True
  71.     Down = False
  72.     GroupIndex = 0
  73.     Caption = 'Cancel'
  74.     NumGlyphs = 2
  75.     Spacing = 1
  76.     Cancel = True
  77.     ModalResult = 2
  78.   end
  79.   object bOK: TbsSkinButton
  80.     Left = 385
  81.     Top = 16
  82.     Width = 75
  83.     Height = 24
  84.     TabOrder = 0
  85.     SkinData = SkinDataModule.SkinData
  86.     SkinDataName = 'buttonlight'
  87.     DefaultFont.Charset = DEFAULT_CHARSET
  88.     DefaultFont.Color = clWindowText
  89.     DefaultFont.Height = 14
  90.     DefaultFont.Name = 'Arial'
  91.     DefaultFont.Style = []
  92.     DefaultWidth = 0
  93.     DefaultHeight = 0
  94.     UseSkinFont = True
  95.     AllowAllUp = False
  96.     TabStop = True
  97.     CanFocused = True
  98.     Down = False
  99.     GroupIndex = 0
  100.     Caption = 'OK'
  101.     NumGlyphs = 2
  102.     Spacing = 1
  103.     Default = True
  104.     ModalResult = 1
  105.     OnClick = bOKClick
  106.   end
  107.   object BaseContainer: TAMContainer
  108.     Left = 15
  109.     Top = 15
  110.     Width = 355
  111.     Height = 140
  112.     DoubleBuffered = False
  113.     object FrameBevel: TbsSkinBevel
  114.       Left = 0
  115.       Top = 0
  116.       Width = 355
  117.       Height = 140
  118.       Align = alClient
  119.       Shape = bsFrame
  120.       SkinData = SkinDataModule.SkinData
  121.       SkinDataName = 'bevel'
  122.       DividerMode = False
  123.     end
  124.     object FormatContainer: TAMContainer
  125.       Left = 5
  126.       Top = 5
  127.       Width = 340
  128.       Height = 130
  129.       DoubleBuffered = False
  130.       object Image1: TImage
  131.         Left = 91
  132.         Top = 5
  133.         Width = 2
  134.         Height = 118
  135.         AutoSize = True
  136.         Picture.Data = {<image000.bmp>}
  137.       end
  138.       object rbJPEG: TAMCheckRadioBox
  139.         Left = 13
  140.         Top = 8
  141.         Width = 43
  142.         Height = 18
  143.         TabOrder = 0
  144.         SkinData = SkinDataModule.SkinData
  145.         SkinDataName = 'radiobox'
  146.         DefaultFont.Charset = DEFAULT_CHARSET
  147.         DefaultFont.Color = clWindowText
  148.         DefaultFont.Height = 14
  149.         DefaultFont.Name = 'Arial'
  150.         DefaultFont.Style = []
  151.         DefaultWidth = 0
  152.         DefaultHeight = 0
  153.         UseSkinFont = True
  154.         ForcedColorUse = False
  155.         ForcedColor = clBlack
  156.         Flat = True
  157.         TabStop = True
  158.         CanFocused = True
  159.         Radio = True
  160.         Checked = True
  161.         GroupIndex = 1
  162.         Caption = ' JPEG'
  163.         OnClick = rbJPEGClick
  164.         AutoSize = True
  165.       end
  166.       object rbBMP: TAMCheckRadioBox
  167.         Left = 13
  168.         Top = 27
  169.         Width = 39
  170.         Height = 18
  171.         TabOrder = 1
  172.         SkinData = SkinDataModule.SkinData
  173.         SkinDataName = 'radiobox'
  174.         DefaultFont.Charset = DEFAULT_CHARSET
  175.         DefaultFont.Color = clWindowText
  176.         DefaultFont.Height = 14
  177.         DefaultFont.Name = 'Arial'
  178.         DefaultFont.Style = []
  179.         DefaultWidth = 0
  180.         DefaultHeight = 0
  181.         UseSkinFont = True
  182.         ForcedColorUse = False
  183.         ForcedColor = clBlack
  184.         Flat = True
  185.         TabStop = True
  186.         CanFocused = True
  187.         Radio = True
  188.         Checked = False
  189.         GroupIndex = 1
  190.         Caption = ' BMP'
  191.         OnClick = rbJPEGClick
  192.         AutoSize = True
  193.       end
  194.       object rbGIF: TAMCheckRadioBox
  195.         Left = 13
  196.         Top = 46
  197.         Width = 33
  198.         Height = 18
  199.         TabOrder = 2
  200.         SkinData = SkinDataModule.SkinData
  201.         SkinDataName = 'radiobox'
  202.         DefaultFont.Charset = DEFAULT_CHARSET
  203.         DefaultFont.Color = clWindowText
  204.         DefaultFont.Height = 14
  205.         DefaultFont.Name = 'Arial'
  206.         DefaultFont.Style = []
  207.         DefaultWidth = 0
  208.         DefaultHeight = 0
  209.         UseSkinFont = True
  210.         ForcedColorUse = False
  211.         ForcedColor = clBlack
  212.         Flat = True
  213.         TabStop = True
  214.         CanFocused = True
  215.         Radio = True
  216.         Checked = False
  217.         GroupIndex = 1
  218.         Caption = ' GIF'
  219.         OnClick = rbJPEGClick
  220.         AutoSize = True
  221.       end
  222.       object rbPNG: TAMCheckRadioBox
  223.         Left = 13
  224.         Top = 84
  225.         Width = 39
  226.         Height = 18
  227.         TabOrder = 4
  228.         SkinData = SkinDataModule.SkinData
  229.         SkinDataName = 'radiobox'
  230.         DefaultFont.Charset = DEFAULT_CHARSET
  231.         DefaultFont.Color = clWindowText
  232.         DefaultFont.Height = 14
  233.         DefaultFont.Name = 'Arial'
  234.         DefaultFont.Style = []
  235.         DefaultWidth = 0
  236.         DefaultHeight = 0
  237.         UseSkinFont = True
  238.         ForcedColorUse = False
  239.         ForcedColor = clBlack
  240.         Flat = True
  241.         TabStop = True
  242.         CanFocused = True
  243.         Radio = True
  244.         Checked = False
  245.         GroupIndex = 1
  246.         Caption = ' PNG'
  247.         OnClick = rbJPEGClick
  248.         AutoSize = True
  249.       end
  250.       object rbTIFF: TAMCheckRadioBox
  251.         Left = 13
  252.         Top = 65
  253.         Width = 38
  254.         Height = 18
  255.         TabOrder = 3
  256.         SkinData = SkinDataModule.SkinData
  257.         SkinDataName = 'radiobox'
  258.         DefaultFont.Charset = DEFAULT_CHARSET
  259.         DefaultFont.Color = clWindowText
  260.         DefaultFont.Height = 14
  261.         DefaultFont.Name = 'Arial'
  262.         DefaultFont.Style = []
  263.         DefaultWidth = 0
  264.         DefaultHeight = 0
  265.         UseSkinFont = True
  266.         ForcedColorUse = False
  267.         ForcedColor = clBlack
  268.         Flat = True
  269.         TabStop = True
  270.         CanFocused = True
  271.         Radio = True
  272.         Checked = False
  273.         GroupIndex = 1
  274.         Caption = ' TIFF'
  275.         OnClick = rbJPEGClick
  276.         AutoSize = True
  277.       end
  278.       object rbTGA: TAMCheckRadioBox
  279.         Left = 13
  280.         Top = 103
  281.         Width = 38
  282.         Height = 18
  283.         TabOrder = 5
  284.         SkinData = SkinDataModule.SkinData
  285.         SkinDataName = 'radiobox'
  286.         DefaultFont.Charset = DEFAULT_CHARSET
  287.         DefaultFont.Color = clWindowText
  288.         DefaultFont.Height = 14
  289.         DefaultFont.Name = 'Arial'
  290.         DefaultFont.Style = []
  291.         DefaultWidth = 0
  292.         DefaultHeight = 0
  293.         UseSkinFont = True
  294.         ForcedColorUse = False
  295.         ForcedColor = clBlack
  296.         Flat = True
  297.         TabStop = True
  298.         CanFocused = True
  299.         Radio = True
  300.         Checked = False
  301.         GroupIndex = 1
  302.         Caption = ' TGA'
  303.         OnClick = rbJPEGClick
  304.         AutoSize = True
  305.       end
  306.       object AMContainer1: TAMContainer
  307.         Left = 115
  308.         Top = 0
  309.         Width = 225
  310.         Height = 130
  311.         Align = alRight
  312.         DoubleBuffered = False
  313.         object fJPEGContainer: TAMContainer
  314.           Left = 0
  315.           Top = 0
  316.           Width = 225
  317.           Height = 130
  318.           Align = alClient
  319.           Color = clGreen
  320.           DoubleBuffered = False
  321.           object lQuality: TLabel
  322.             Left = 17
  323.             Top = 13
  324.             Width = 38
  325.             Height = 13
  326.             Caption = 'Quality:'
  327.             Font.Charset = DEFAULT_CHARSET
  328.             Font.Color = clWindowText
  329.             Font.Height = -11
  330.             Font.Name = 'Tahoma'
  331.             Font.Style = []
  332.             ParentFont = False
  333.             Transparent = True
  334.           end
  335.           object JPEGRatioEdit: TAMEditGauge
  336.             Left = 20
  337.             Top = 36
  338.             Width = 36
  339.             Height = 16
  340.             Text = '7'
  341.             Precision = 0
  342.             Value = 7
  343.             MaxValue = 100
  344.             zTag = 1
  345.             ChangeOnEnter = False
  346.             DefaultFont.Charset = DEFAULT_CHARSET
  347.             DefaultFont.Color = clWindowText
  348.             DefaultFont.Height = 13
  349.             DefaultFont.Name = 'Tahoma'
  350.             DefaultFont.Style = []
  351.             UseSkinFont = True
  352.             DefaultWidth = 0
  353.             DefaultHeight = 16
  354.             ButtonMode = False
  355.             SkinData = SkinDataModule.SkinData
  356.             SkinDataName = 'editlight'
  357.             Font.Charset = DEFAULT_CHARSET
  358.             Font.Color = clWindowText
  359.             Font.Height = 13
  360.             Font.Name = 'Tahoma'
  361.             Font.Style = []
  362.             ParentFont = False
  363.             TabOrder = 0
  364.             OnChangeEx = JPEGRatioEditChangeEx
  365.           end
  366.           object JPEGRatioComboBox: TbsSkinComboBox
  367.             Tag = 3
  368.             Left = 99
  369.             Top = 36
  370.             Width = 91
  371.             Height = 19
  372.             TabOrder = 1
  373.             SkinData = SkinDataModule.SkinData
  374.             SkinDataName = 'simplecombobox'
  375.             DefaultFont.Charset = DEFAULT_CHARSET
  376.             DefaultFont.Color = clWindowText
  377.             DefaultFont.Height = 11
  378.             DefaultFont.Name = 'Tahoma'
  379.             DefaultFont.Style = []
  380.             DefaultWidth = 0
  381.             DefaultHeight = 0
  382.             UseSkinFont = True
  383.             AlphaBlend = False
  384.             AlphaBlendValue = 0
  385.             AlphaBlendAnimation = False
  386.             ListBoxUseSkinFont = True
  387.             ImageIndex = -1
  388.             ListBoxCaptionMode = False
  389.             ListBoxDefaultFont.Charset = DEFAULT_CHARSET
  390.             ListBoxDefaultFont.Color = clWindowText
  391.             ListBoxDefaultFont.Height = 13
  392.             ListBoxDefaultFont.Name = 'Tahoma'
  393.             ListBoxDefaultFont.Style = []
  394.             ListBoxDefaultCaptionFont.Charset = DEFAULT_CHARSET
  395.             ListBoxDefaultCaptionFont.Color = clWindowText
  396.             ListBoxDefaultCaptionFont.Height = 14
  397.             ListBoxDefaultCaptionFont.Name = 'Arial'
  398.             ListBoxDefaultCaptionFont.Style = []
  399.             ListBoxDefaultItemHeight = 20
  400.             ListBoxCaptionAlignment = taLeftJustify
  401.             TabStop = True
  402.             Text = 'HIGH'
  403.             Items.Strings = (
  404.               'LOW'
  405.               'MEDIUM'
  406.               'HIGH'
  407.               'MAXIMUM')
  408.             ItemIndex = 2
  409.             DropDownCount = 8
  410.             HorizontalExtent = False
  411.             Font.Charset = DEFAULT_CHARSET
  412.             Font.Color = clWindowText
  413.             Font.Height = 11
  414.             Font.Name = 'Tahoma'
  415.             Font.Style = []
  416.             Sorted = False
  417.             Style = bscbFixedStyle
  418.             OnChange = JPEGRatioEditChangeEx
  419.           end
  420.           object JPEGRatioTrackBar: TbsSkinSlider
  421.             Tag = 2
  422.             Left = 15
  423.             Top = 57
  424.             Width = 180
  425.             Height = 33
  426.             TabOrder = 2
  427.             SkinData = SkinDataModule.SkinData
  428.             SkinDataName = 'slider'
  429.             Color = clBlack
  430.             Options = [soSmooth]
  431.             ParentColor = False
  432.             TabStop = False
  433.             Value = 70
  434.             Transparent = True
  435.             UseSkinThumb = True
  436.             OnChange = JPEGRatioEditChangeEx
  437.           end
  438.         end
  439.         object fBMPContainer: TAMContainer
  440.           Left = 0
  441.           Top = 0
  442.           Width = 225
  443.           Height = 130
  444.           Align = alClient
  445.           Color = 15383061
  446.           Visible = False
  447.           DoubleBuffered = False
  448.           object LCompression: TLabel
  449.             Left = 16
  450.             Top = 13
  451.             Width = 61
  452.             Height = 13
  453.             Caption = 'Compression'
  454.             Transparent = True
  455.           end
  456.           object rbBMPRLE: TAMCheckRadioBox
  457.             Left = 16
  458.             Top = 52
  459.             Width = 34
  460.             Height = 16
  461.             TabOrder = 1
  462.             SkinData = SkinDataModule.SkinData
  463.             SkinDataName = 'radiobox'
  464.             DefaultFont.Charset = DEFAULT_CHARSET
  465.             DefaultFont.Color = clWindowText
  466.             DefaultFont.Height = 14
  467.             DefaultFont.Name = 'Arial'
  468.             DefaultFont.Style = []
  469.             DefaultWidth = 0
  470.             DefaultHeight = 0
  471.             UseSkinFont = True
  472.             ForcedColorUse = False
  473.             ForcedColor = clBlack
  474.             Flat = True
  475.             TabStop = True
  476.             CanFocused = True
  477.             Radio = True
  478.             Checked = False
  479.             GroupIndex = 1
  480.             Caption = 'RLE'
  481.             AutoSize = True
  482.           end
  483.           object rbBMPNone: TAMCheckRadioBox
  484.             Left = 16
  485.             Top = 32
  486.             Width = 39
  487.             Height = 16
  488.             TabOrder = 0
  489.             SkinData = SkinDataModule.SkinData
  490.             SkinDataName = 'radiobox'
  491.             DefaultFont.Charset = DEFAULT_CHARSET
  492.             DefaultFont.Color = clWindowText
  493.             DefaultFont.Height = 14
  494.             DefaultFont.Name = 'Arial'
  495.             DefaultFont.Style = []
  496.             DefaultWidth = 0
  497.             DefaultHeight = 0
  498.             UseSkinFont = True
  499.             ForcedColorUse = False
  500.             ForcedColor = clBlack
  501.             Flat = True
  502.             TabStop = True
  503.             CanFocused = True
  504.             Radio = True
  505.             Checked = True
  506.             GroupIndex = 1
  507.             Caption = 'None'
  508.             OnClick = rbBMPNoneClick
  509.             AutoSize = True
  510.           end
  511.         end
  512.         object fGIFContainer: TAMContainer
  513.           Left = 0
  514.           Top = 0
  515.           Width = 225
  516.           Height = 130
  517.           Align = alClient
  518.           Color = clYellow
  519.           Visible = False
  520.           DoubleBuffered = False
  521.           object cbGIFInterlaced: TAMCheckRadioBox
  522.             Left = 10
  523.             Top = 13
  524.             Width = 60
  525.             Height = 16
  526.             TabOrder = 0
  527.             SkinData = SkinDataModule.SkinData
  528.             SkinDataName = 'checkboxlight'
  529.             DefaultFont.Charset = DEFAULT_CHARSET
  530.             DefaultFont.Color = clWindowText
  531.             DefaultFont.Height = 14
  532.             DefaultFont.Name = 'Arial'
  533.             DefaultFont.Style = []
  534.             DefaultWidth = 0
  535.             DefaultHeight = 0
  536.             UseSkinFont = True
  537.             ForcedColorUse = False
  538.             ForcedColor = clBlack
  539.             Flat = True
  540.             TabStop = True
  541.             CanFocused = True
  542.             Radio = False
  543.             Checked = False
  544.             GroupIndex = 0
  545.             Caption = 'Interlaced'
  546.             OnClick = cbGIFInterlacedClick
  547.             AutoSize = True
  548.           end
  549.         end
  550.         object fTGAContainer: TAMContainer
  551.           Left = 0
  552.           Top = 0
  553.           Width = 225
  554.           Height = 130
  555.           Align = alClient
  556.           Color = clMoneyGreen
  557.           Visible = False
  558.           DoubleBuffered = False
  559.           object cbTGACompression: TAMCheckRadioBox
  560.             Left = 10
  561.             Top = 13
  562.             Width = 73
  563.             Height = 17
  564.             TabOrder = 0
  565.             SkinData = SkinDataModule.SkinData
  566.             SkinDataName = 'checkboxlight'
  567.             DefaultFont.Charset = DEFAULT_CHARSET
  568.             DefaultFont.Color = clWindowText
  569.             DefaultFont.Height = 14
  570.             DefaultFont.Name = 'Arial'
  571.             DefaultFont.Style = []
  572.             DefaultWidth = 0
  573.             DefaultHeight = 0
  574.             UseSkinFont = True
  575.             ForcedColorUse = False
  576.             ForcedColor = clBlack
  577.             Flat = True
  578.             TabStop = True
  579.             CanFocused = True
  580.             Radio = False
  581.             Checked = False
  582.             GroupIndex = 0
  583.             Caption = 'Compression'
  584.             OnClick = cbTGACompressionClick
  585.             AutoSize = True
  586.           end
  587.         end
  588.         object fTIFFContainer: TAMContainer
  589.           Left = 0
  590.           Top = 0
  591.           Width = 225
  592.           Height = 130
  593.           Align = alClient
  594.           Color = clRed
  595.           Visible = False
  596.           DoubleBuffered = False
  597.           object LCompression2: TLabel
  598.             Left = 18
  599.             Top = 13
  600.             Width = 61
  601.             Height = 13
  602.             Caption = 'Compression'
  603.             Transparent = True
  604.           end
  605.           object rbTIFFNone: TAMCheckRadioBox
  606.             Left = 16
  607.             Top = 30
  608.             Width = 39
  609.             Height = 17
  610.             TabOrder = 0
  611.             SkinData = SkinDataModule.SkinData
  612.             SkinDataName = 'radiobox'
  613.             DefaultFont.Charset = DEFAULT_CHARSET
  614.             DefaultFont.Color = clWindowText
  615.             DefaultFont.Height = 14
  616.             DefaultFont.Name = 'Arial'
  617.             DefaultFont.Style = []
  618.             DefaultWidth = 0
  619.             DefaultHeight = 0
  620.             UseSkinFont = True
  621.             ForcedColorUse = False
  622.             ForcedColor = clBlack
  623.             Flat = True
  624.             TabStop = True
  625.             CanFocused = True
  626.             Radio = True
  627.             Checked = True
  628.             GroupIndex = 1
  629.             Caption = 'None'
  630.             OnClick = rbTIFFNoneClick
  631.             AutoSize = True
  632.           end
  633.           object rbTIFFLZW: TAMCheckRadioBox
  634.             Left = 16
  635.             Top = 66
  636.             Width = 37
  637.             Height = 17
  638.             TabOrder = 2
  639.             SkinData = SkinDataModule.SkinData
  640.             SkinDataName = 'radiobox'
  641.             DefaultFont.Charset = DEFAULT_CHARSET
  642.             DefaultFont.Color = clWindowText
  643.             DefaultFont.Height = 14
  644.             DefaultFont.Name = 'Arial'
  645.             DefaultFont.Style = []
  646.             DefaultWidth = 0
  647.             DefaultHeight = 0
  648.             UseSkinFont = True
  649.             ForcedColorUse = False
  650.             ForcedColor = clBlack
  651.             Flat = True
  652.             TabStop = True
  653.             CanFocused = True
  654.             Radio = True
  655.             Checked = False
  656.             GroupIndex = 1
  657.             Caption = 'LZW'
  658.             OnClick = rbTIFFNoneClick
  659.             AutoSize = True
  660.           end
  661.           object rbTIFFRLE: TAMCheckRadioBox
  662.             Left = 16
  663.             Top = 48
  664.             Width = 34
  665.             Height = 17
  666.             TabOrder = 1
  667.             SkinData = SkinDataModule.SkinData
  668.             SkinDataName = 'radiobox'
  669.             DefaultFont.Charset = DEFAULT_CHARSET
  670.             DefaultFont.Color = clWindowText
  671.             DefaultFont.Height = 14
  672.             DefaultFont.Name = 'Arial'
  673.             DefaultFont.Style = []
  674.             DefaultWidth = 0
  675.             DefaultHeight = 0
  676.             UseSkinFont = True
  677.             ForcedColorUse = False
  678.             ForcedColor = clBlack
  679.             Flat = True
  680.             TabStop = True
  681.             CanFocused = True
  682.             Radio = True
  683.             Checked = False
  684.             GroupIndex = 1
  685.             Caption = 'RLE'
  686.             OnClick = rbTIFFNoneClick
  687.             AutoSize = True
  688.           end
  689.         end
  690.         object fPNGContainer: TAMContainer
  691.           Left = 0
  692.           Top = 0
  693.           Width = 225
  694.           Height = 130
  695.           Align = alClient
  696.           Color = clSkyBlue
  697.           Visible = False
  698.           DoubleBuffered = False
  699.           object LLargeFile: TLabel
  700.             Left = 21
  701.             Top = 101
  702.             Width = 35
  703.             Height = 11
  704.             Caption = 'large file'
  705.             Enabled = False
  706.             Font.Charset = DEFAULT_CHARSET
  707.             Font.Color = clWindowText
  708.             Font.Height = 11
  709.             Font.Name = 'Tahoma'
  710.             Font.Style = []
  711.             ParentFont = False
  712.             Transparent = True
  713.           end
  714.           object LSmallFile: TLabel
  715.             Left = 157
  716.             Top = 101
  717.             Width = 36
  718.             Height = 11
  719.             Caption = 'small file'
  720.             Enabled = False
  721.             Font.Charset = DEFAULT_CHARSET
  722.             Font.Color = clWindowText
  723.             Font.Height = 11
  724.             Font.Name = 'Tahoma'
  725.             Font.Style = []
  726.             ParentFont = False
  727.             Transparent = True
  728.           end
  729.           object cbPNGCompression: TAMCheckRadioBox
  730.             Left = 13
  731.             Top = 39
  732.             Width = 73
  733.             Height = 17
  734.             TabOrder = 1
  735.             SkinData = SkinDataModule.SkinData
  736.             SkinDataName = 'checkboxlight'
  737.             DefaultFont.Charset = DEFAULT_CHARSET
  738.             DefaultFont.Color = clWindowText
  739.             DefaultFont.Height = 13
  740.             DefaultFont.Name = 'Tahoma'
  741.             DefaultFont.Style = []
  742.             DefaultWidth = 0
  743.             DefaultHeight = 0
  744.             UseSkinFont = True
  745.             ForcedColorUse = False
  746.             ForcedColor = clBlack
  747.             Flat = True
  748.             TabStop = True
  749.             CanFocused = True
  750.             Radio = False
  751.             Checked = False
  752.             GroupIndex = 0
  753.             Caption = 'Compression'
  754.             OnClick = cbPNGCompressionClick
  755.             AutoSize = True
  756.           end
  757.           object cbPNGInterlaced: TAMCheckRadioBox
  758.             Left = 13
  759.             Top = 15
  760.             Width = 60
  761.             Height = 17
  762.             TabOrder = 0
  763.             SkinData = SkinDataModule.SkinData
  764.             SkinDataName = 'checkboxlight'
  765.             DefaultFont.Charset = DEFAULT_CHARSET
  766.             DefaultFont.Color = clWindowText
  767.             DefaultFont.Height = 13
  768.             DefaultFont.Name = 'Tahoma'
  769.             DefaultFont.Style = []
  770.             DefaultWidth = 0
  771.             DefaultHeight = 0
  772.             UseSkinFont = True
  773.             ForcedColorUse = False
  774.             ForcedColor = clBlack
  775.             Flat = True
  776.             TabStop = True
  777.             CanFocused = True
  778.             Radio = False
  779.             Checked = False
  780.             GroupIndex = 0
  781.             Caption = 'Interlaced'
  782.             OnClick = cbPNGInterlacedClick
  783.             AutoSize = True
  784.           end
  785.           object PNGRatioTrackBar: TbsSkinSlider
  786.             Left = 13
  787.             Top = 65
  788.             Width = 188
  789.             Height = 33
  790.             TabOrder = 3
  791.             SkinData = SkinDataModule.SkinData
  792.             SkinDataName = 'slider'
  793.             Enabled = False
  794.             Increment = 9
  795.             MaxValue = 9
  796.             Options = [soSmooth]
  797.             TabStop = False
  798.             Transparent = True
  799.             UseSkinThumb = True
  800.             OnChange = PNGRatioEditChangeValue
  801.           end
  802.           object PNGRatioEdit: TAMNumericEdit
  803.             Left = 154
  804.             Top = 38
  805.             Width = 40
  806.             Height = 20
  807.             Text = '0'
  808.             UseZero = False
  809.             EnterFocused = False
  810.             Enabled = False
  811.             Value = 0
  812.             MaxValue = 9
  813.             MinValue = 0
  814.             OnChangeValue = PNGRatioEditChangeValue
  815.             SkinDataName = 'editlight'
  816.             OnMinValue = PNGRatioEditChangeValue
  817.             OnMaxValue = PNGRatioEditChangeValue
  818.             Cycle = False
  819.             SkinData = SkinDataModule.SkinData
  820.             TabOrder = 2
  821.           end
  822.         end
  823.       end
  824.     end
  825.   end
  826.   object bCancel2: TbsSkinButton
  827.     Left = 385
  828.     Top = 32
  829.     Width = 74
  830.     Height = 24
  831.     TabOrder = 4
  832.     Visible = False
  833.     SkinData = SkinDataModule.SkinData
  834.     SkinDataName = 'buttonlight'
  835.     DefaultFont.Charset = DEFAULT_CHARSET
  836.     DefaultFont.Color = clWindowText
  837.     DefaultFont.Height = 14
  838.     DefaultFont.Name = 'Arial'
  839.     DefaultFont.Style = []
  840.     DefaultWidth = 0
  841.     DefaultHeight = 0
  842.     UseSkinFont = True
  843.     AllowAllUp = False
  844.     TabStop = True
  845.     CanFocused = True
  846.     Down = False
  847.     GroupIndex = 0
  848.     Caption = 'Cancel'
  849.     NumGlyphs = 2
  850.     Spacing = 1
  851.     Cancel = True
  852.     OnClick = bCancel2Click
  853.   end
  854.   object SkinForm: TbsBusinessSkinForm
  855.     GradientStartColor = clBlack
  856.     GradientEndColor = clBlack
  857.     DrawBackground = True
  858.     ShowIcon = False
  859.     MaximizeOnFullScreen = False
  860.     AlphaBlend = False
  861.     AlphaBlendAnimation = False
  862.     AlphaBlendValue = 200
  863.     ShowObjectHint = False
  864.     MenusAlphaBlend = False
  865.     MenusAlphaBlendAnimation = False
  866.     MenusAlphaBlendValue = 200
  867.     DefCaptionFont.Charset = DEFAULT_CHARSET
  868.     DefCaptionFont.Color = clBtnText
  869.     DefCaptionFont.Height = 14
  870.     DefCaptionFont.Name = 'Arial'
  871.     DefCaptionFont.Style = [fsBold]
  872.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  873.     DefInActiveCaptionFont.Color = clBtnShadow
  874.     DefInActiveCaptionFont.Height = 14
  875.     DefInActiveCaptionFont.Name = 'Arial'
  876.     DefInActiveCaptionFont.Style = [fsBold]
  877.     DefMenuItemHeight = 20
  878.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  879.     DefMenuItemFont.Color = clWindowText
  880.     DefMenuItemFont.Height = 14
  881.     DefMenuItemFont.Name = 'Arial'
  882.     DefMenuItemFont.Style = []
  883.     UseDefaultSysMenu = True
  884.     SkinData = SkinDataModule.SkinDataDlg
  885.     MinHeight = 0
  886.     MinWidth = 0
  887.     Magnetic = False
  888.     MagneticSize = 5
  889.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  890.     Left = 416
  891.     Top = 112
  892.   end
  893. end
  894.